'Declaration
Public Function New( _ ByVal collection As IEnumerable(Of Boolean) _ )
'Usage
Dim collection As IEnumerable(Of Boolean) Dim instance As New BooleanCollection(collection)
public BooleanCollection( IEnumerable<bool> collection )
public: BooleanCollection( IEnumerable<bool>^ collection )
Parameters
- collection
- A collection of boolean values to add to this new collection